-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
igraph update #4289
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
igraph update #4289
Conversation
Diamond is mentioned twice in the basic symbol list.
Fixed the world's smallest typo in the doc file for figure factory.
Merge master back in to doc-prod to deploy updated docs
…atch Doc - Configuration-options - improvement propositions
Fixed a typo in figure-factory-subplots.md
Update what_about_dash.md
Update 3d-scatter-plots.md
Fix minor typo in marker-style.md
Update links
Minor edits to 5.15 examples
Update projection types section
Fixed typo
Update treemaps.md
I notice we use |
Good question. Can't find a reason mentioned anywhere. @nicolaskruchten would you perhaps know? |
Could this please be merged? |
Sorry for the delay on this. I've created a new PR for this with just the required changes and we'll get it merged as soon as possible #4383 |
To close #4285
Documentation PR
doc/README.md
filedoc-prod
branch OR it targets themaster
branchpx
example if at all possibleplotly.graph_objects as go
/plotly.express as px
/plotly.io as pio
df
fig = <something>
call is high up in each new/modified example (eitherpx.<something>
ormake_subplots
orgo.Figure
)fig.add_*
andfig.update_*
rather thango.Figure(data=..., layout=...)
in every new/modified examplefig.add_shape
andfig.update_xaxes
are used instead of bigfig.update_layout
calls in every new/modified examplefig.show()
is at the end of each new/modified exampleplotly.plot()
andplotly.iplot()
are not used in any new/modified exampleCode PR
plotly.graph_objects
, my modifications concern thecodegen
files and not generated files.modified existing tests.
new tutorial notebook (please see the doc checklist as well).
-->